pump action shotgun mod

this mod adds a shotgun and shotgun ammo to your stranded 2

instructions:

put the folders in stranded 2 directory and texts down into file items weapons located in the sys folder stranded 2:

### pump action shotgun
id=125
name=pump action
group=weapon
icon=gfx\pumpactionicon.bmp
model=gfx\pumpactionshotgun.b3d
scale=2.0
behaviour=gun
range=500
rate=900
mat=metal
weight=1143
info=This is a pump action shotgun and its a powerful gun
damage=120
healthchange=0
script=start
	on:attack1 {
		if (gety("unit",1)<-15){
			skipevent;
			speech "negative";
		}else{
			if (playergotitem(124)>0) { play "pumpaction.wav"; }
		}
	}
	on:inhand {
		play "crack1.wav";
	}
	on:noammo {
		speech "negative";
		msg "No ammo",3;
	}
script=end

### pump action shotgun ammo
id=126
name=pump action shotgun ammo
group=ammo
icon=gfx\pumpactionammoicon.bmp
model=gfx\pumpactionshotgunammo.b3d
scale=0.270
behaviour=ammo:125
mat=metal
weight=1
info=this ammo is for pump action shotgun
healthchange=0
